Add edebug specs for macros `1value' and `noreturn'.
authorJonathan Yavner <jyavner@member.fsf.org>
Sun, 30 Nov 2003 06:57:40 +0000 (06:57 +0000)
committerJonathan Yavner <jyavner@member.fsf.org>
Sun, 30 Nov 2003 06:57:40 +0000 (06:57 +0000)
lisp/emacs-lisp/edebug.el

index 74ea2f37b227c594ea68969ae394c3a79ab632ad..1ef30a309a3bd286bc4f8911f550f2467a8cf14b 100644 (file)
@@ -2090,6 +2090,10 @@ expressions; a `progn' form will be returned enclosing these forms."
 (def-edebug-spec push (form sexp))
 (def-edebug-spec pop (sexp))
 
+(def-edebug-spec 1value (form))
+(def-edebug-spec noreturn (form))
+
+
 ;; Anything else?